ArcFM Responder Mobile Developer Guide
IsEditable(DataRow[]) Method






Determines if the DataTables for a list of DataRows are editable based on the user's security settings.
Syntax
'Declaration
 
Public Overloads Shared Function IsEditable( _
   ByVal dataRows() As System.Data.DataRow _
) As System.Boolean
'Usage
 
Dim dataRows() As System.Data.DataRow
Dim value As System.Boolean
 
value = DataSetConfig.IsEditable(dataRows)
public static System.bool IsEditable( 
   System.Data.DataRow[] dataRows
)
public function IsEditable( 
    dataRows: System.Data.DataRowarray of
): System.Boolean; static; 
public static function IsEditable( 
   dataRows : System.Data.DataRow[]
) : System.boolean;
public: static System.bool IsEditable( 
   System.Data.DataRow*[]* dataRows
) 
public:
static System.bool IsEditable( 
   System.Data.array<DataRow^>^ dataRows
) 

Parameters

dataRows

Return Value

True if all of the DataRows are editable for this user.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSetConfig Class
DataSetConfig Members
Overload List

Send Feedback